KommerceServerConfiguration Settings Overview

The KommerceServerConfiguration Settings section of the web.config file allows you to configure various legacy settings across multiple applications such as your pricing/credit card, portal, shipping, store, and system settings. The format of these legacy settings is different than the WebAdmin, WebStore, and WebServiceCenter sections and will eventually be migrated to the new setting format.

The format is shown below. To change the setting, adjust the value attribute for of the setting element with the appropriate setting name. Also, make sure that the active attribute is TRUE.

<setting name="ups_shipfrom_address1" value="1234 First Ave" type="String"
        active="TRUE">
        <application>SHIPPING:UPS</application>
        <label>UPS: Ship From Address 1</label>
        <help>ship from address 1</help>
        <comment />
  </setting>

Following is a list of the KommerceServerConfiguration settings options.

KommerceServerConfiguration Settings Options

Applications

Description

PRICING/CREDITCARD

Allows you to configure the pricing/credit card settings for your KommerceServer store.

SHIPPING

Allows you to configure the shipping settings for your KommerceServer store.

STORE

Allows you to configure the store attributes for your KommerceServer store.

SYSTEM

Allows you to configure the system attributes for your KommerceServer store.